Contains the node value (the Value attribute).
Syntax
[CanBeNull()]
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableValue")]
[UAData("ValueType")]
public Value {get; set;}
[CanBeNull()]
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableValue")]
[UAData("ValueType")]
public:
property Value {
get();
void set ( value);
}
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also